- chgrp: 改變檔案所屬群組
- chown: 改變檔案擁有者
- cp: 複製檔案
- chmod: 改變檔案的權限
- ls: 顯示目錄下之檔案
chgrp
group
file
chown
user
file
chown
user:group
file
cp
source
file
chmod
authorized
file
chmod
u=rwx,go=rx
file
a=all
)身分皆有w
權限chmod
a+w
file
a=all
)身分皆無w
權限chmod
a-w
file
a
)ll(=>ls -l) -a